home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / DiskMasterV2.04 .adf / DM2.04_fixes < prev    next >
Text File  |  1992-08-19  |  6KB  |  175 lines

  1. Fixes 2.00 -> 2.03
  2.  
  3. Title bar clock update under 2.0
  4.  
  5. Archive files with spaces (uses quotes)
  6.  
  7. Multiple sources with 'unmark off' commands (i.e. SizeCheck)
  8.  
  9. 'Read %s SEARCH' automatically starts, and skips to next file when it reaches
  10.  the end.
  11.  
  12. Default Arc extract menu item was missing a space. "Arc <*x %s"
  13.  
  14. Doesn't assume device names are null terminated.
  15.  
  16. In batch files, ";" as the first character can be used to comment out a line.
  17.  
  18. Fixed startup lock stuff:
  19.     OpenWindow
  20.     Lock S
  21.     OpenWindow
  22.     Lock D
  23. This was not locking the source window.
  24.  
  25. Single and double quotes can be intermixed in batch like ARexx.
  26.  
  27. Additions/changes:
  28.  
  29. About and other requesters will show the version/revision number in the title.
  30. Added "Copy %s %d RENAME" (asks for new filename while copying)
  31. Added %P (source path without filename)
  32.       %R (requester string)
  33.  
  34. Reader now accepts 'M' key (mode change)  switches between hex/ascii,
  35. menu button exits the reader, added line/lines page/pages.
  36.  
  37. -------------------------------------------------------------------------------
  38. AddKeyCmd [K,batch_string]                Add a keyboard command
  39.  
  40.   AddKey c,Copy %s %d
  41.     Press "c" to begin a file copy
  42.  
  43.   AddKey C,Copy %s
  44.     Press SHIFT+C to start a copy that requests dest path
  45.  
  46. -------------------------------------------------------------------------------
  47. AddAutoCmd    [data,pattern,batch_string]    Adds an auto command to the list.
  48.  
  49.         DEFAULT & TEXT can be anywhere now, instead of just at the end.
  50.         This also lets you add while it's running, so no text editor
  51.         is needed.
  52.  
  53.         I've also added a file matching pattern.
  54.         This is still compatible with the old format.
  55.  
  56.  
  57.   AddAutoCmd FORM????ILBM, ShowPic %s
  58.     the old way
  59.   AddAutoCmd FORM????ILBM, *.iff, ShowPic %s
  60.     the file must end with ".IFF" and must match the data pattern also
  61.  
  62.   AddAutoCmd , *.iff, ShowPic %s
  63.     The data doesn't matter, but the filename must end with .IFF to match
  64.  
  65. -------------------------------------------------------------------------------
  66. Auto        [file]                Batch process using autocmds
  67.  
  68.   Auto %s
  69.     Uses auto commands on all selected files
  70.  
  71. -------------------------------------------------------------------------------
  72. Confirm     "text" [Continue] [Stop] [edit text]    Ask user before continuing
  73.  
  74.   Confirm "Are you sure" "Yes" "No"
  75.     If user selects "No", the operation will cancel
  76.  
  77.   Confirm "Enter new text" "Ok" "Cancel" "Text to edit"
  78.     Text is modified by user and is accessed as %R
  79.     (also returned in RESULT for AREXX)
  80.  
  81. -------------------------------------------------------------------------------
  82. HostScreen    name                Use a public screen as a host
  83.  
  84.   HostScreen BAUD
  85.     All windows after this will open on the BaudBandit screen.
  86.  
  87. -------------------------------------------------------------------------------
  88. OpenScreen    [depth] [LACE|HALF]        Open a custom screen
  89.         [A|AutoScroll width height]
  90.         [P|Productivity] [S|SuperHires] (these two not tested)
  91.  
  92.   OpenScreen 3 LACE
  93.     Opens an 8 color screen in interlace
  94.  
  95.   OpenScreen 2 LACE A 1024 1024
  96.     4 color autoscroll 1024x1024 (under 2.0 only)
  97.  
  98. -------------------------------------------------------------------------------
  99. Play        [file]                Play a music module
  100.  
  101.   SINGLE;Play %s
  102.     Plays the selected file as a SoundTracker/NoiseTracker/ProTracker module.
  103.     This plays asyncronously, so only select one file if called by a button.
  104.  
  105.   Play
  106.     Stops the music and unloads the module
  107.  
  108. -------------------------------------------------------------------------------
  109. PrintDir %s output
  110.  
  111.   PrintDir %s PRT:
  112.     Prints selected files/dirs in source window using current format
  113.  
  114. -------------------------------------------------------------------------------
  115. SortBy                        Change sort method
  116.  
  117.  SortBy Name
  118.  SortBy Size
  119.  SortBy Date
  120.  
  121. -------------------------------------------------------------------------------
  122. Status V
  123.     returns "DiskMaster V2.04" or whatever the current version is
  124.  
  125. -------------------------------------------------------------------------------
  126. Status H
  127.     Public screeen name or host screen
  128.  
  129. -------------------------------------------------------------------------------
  130. Status D
  131.     Destination path
  132.  
  133. -------------------------------------------------------------------------------
  134.  
  135. Examples using %P & %R
  136.  
  137. ;Extracts to dest (works in DM 2.0):
  138. AddMenu Archives, Lharc X >Dest , StdIO "CON:0/12/640/100/Extract Window";Extern CD %d \LhA <* x %s;StdIO CLOSE
  139.  
  140. ;Extracts to user entered path (%P is default in requester, %R is what the user entered)
  141. AddMenu Archives, Lharc X req   , StdIO "CON:0/12/640/100/Extract Window";Confirm "Enter dest path" Continue Cancel %p;Extern CD %r \LhA <* x %s;StdIO CLOSE
  142.  
  143.  
  144. *** These may not stay ***
  145.  
  146. The compression is automatically detected by the text/hex reader, mod player,
  147. and showpic/8SVX player.  (more new features for Opus to steal :)
  148.  
  149. -------------------------------------------------------------------------------
  150. Pack        [file] <signature>        Compress a file using internal
  151.                         single file compression method
  152.    Pack %s
  153.     Pack all selected files using recursion
  154.     A ".dmp" extension is added
  155.  
  156.    Pack %s ABCD
  157.     Adds a signature for later identification by an auto command.
  158.     DMP0ABCD would be the first 8 characters.
  159.  
  160. -------------------------------------------------------------------------------
  161. Unpack        [file]                Decompress a file using internal
  162.                         single file compression method
  163.    Unpack %s
  164.     Unpack all selected .dmp files using recursion
  165.  
  166. -------------------------------------------------------------------------------
  167.  
  168.  
  169. Fixes 2.03 -> 2.04
  170.  
  171. Added %V (version) to Barformat so title will show current version.
  172. Superbitmap scrolling in ShowPic is faster.
  173. Fixed Size Check for correct calculations between FFS and non-FFS.
  174.  
  175.